home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19950726-19950929 / 000158_news@columbia.edu_Tue Aug 8 11:57:24 1995.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA17391
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Tue, 15 Aug 1995 05:04:53 -0400
  3. Received: by apakabar.cc.columbia.edu id AA13716
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Tue, 15 Aug 1995 05:04:52 -0400
  5. Path: news.columbia.edu!panix!news.intercon.com!news.ssnet.com!newsfeed.internetmci.com!news.mathworks.com!news.kei.com!nntp.et.byu.edu!news.provo.novell.com!news.cs.utah.edu!cc.usu.edu!jrd
  6. From: jrd@cc.usu.edu (Joe Doupnik)
  7. Newsgroups: comp.protocols.kermit.misc
  8. Subject: Re: MS-Kermit 3.14 and EVE
  9. Message-Id: <1995Aug8.175724.58390@cc.usu.edu>
  10. Date: 8 Aug 95 17:57:24 MDT
  11. References: <408069$q05@pacifier.com>
  12. Organization: Utah State University
  13. Lines: 17
  14. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  15.  
  16. In article <408069$q05@pacifier.com>, mikef@pacifier.com (Mike Freeman) writes:
  17. > Hello, all.
  18. > A coworker is trying to use MS-Kermit 3.14 (latest version) to 
  19. > communicate with our Vax/VMS mainframes from home via dial-up connection. 
  20. > The modem is connected to our systems thru a terminal server. I believe 
  21. > he is using Ms-Kermit as a VT-320 emulator.
  22. > The problem: he says that, when running EVE (sp), the text-editor, he 
  23. > gets all sorts of stray characters on his screen, rendering the system 
  24. > useless. Any ideas about the cause (asside from the possibility of a 
  25. > noisy telephone line)? Dunno whether he's done a "do vms" or not.
  26. -----------
  27.     SET DISPLAY 8, for sure. Get the right terminal type negotiated
  28. via VMS command   SET TERM/INQ  (put it in your login.com). Recommend
  29. VT320. 
  30.     Joe D. (typed in Eve)